Skip to content

add toolkit types#17

Merged
wdawson merged 3 commits into
mainfrom
wils/toolkit-types
Jul 21, 2025
Merged

add toolkit types#17
wdawson merged 3 commits into
mainfrom
wils/toolkit-types

Conversation

@wdawson

@wdawson wdawson commented Jul 21, 2025

Copy link
Copy Markdown
Contributor

Example for the tools section that works:

tools:
  directors:
    - id: default
      enabled: true
      max_tools: 64
      workers:
        - id: local_worker
          enabled: true
          http:
            uri: 'http://localhost:8002'
            timeout: 30
            retry: 3
            secret: ${env:ARCADE_WORKER_SECRET} # If not set, defaults to 'dev' in development mode only
        - id: mcp_demo
          enabled: true
          mcp:
            uri: 'https://mcp-http-demo.arcade.dev/mcp'
            timeout: 30
            retry: 3

  default_toolkit_type: standard

  toolkits:
    - id: firecrawl
      aliases:
        - arcade_firecrawl
      type: convenience
    - id: e2b
      aliases:
        - arcade_e2b
      type: convenience
    - id: serpapi
      aliases:
        - arcade_serpapi
      type: convenience

Comment thread engine/config/1.0/schema.json Outdated

@nbarbettini nbarbettini left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved with planned deprecation (clickup tickets filed for tech debt cleanup)

@wdawson wdawson merged commit adedb1d into main Jul 21, 2025
1 check passed
@wdawson wdawson deleted the wils/toolkit-types branch July 21, 2025 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants